home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / vmake / readme.vmake3-1 < prev    next >
Encoding:
Text File  |  1994-02-12  |  1.8 KB  |  37 lines

  1. Vmake version 3.1 has the following enhancements:
  2.  
  3. The console window can now follow the Vmake window to public screens.  
  4.  
  5. When Vmake jumps to a public screen, the console window is closed.  The next 
  6. time Vmake writes to the console, it will reappear on the new screen.  
  7. Information from the previous console window is lost.
  8.  
  9. In order to bring about this behavior, the vmake.config file has been altered
  10. to use a new parameter substitution string, %n, which expands to the name of
  11. the public screen on which the VMake window appears.  CONFIG string 1 becomes:
  12.  
  13.   CONFIG "1"  "CON:0/0/640/100/VMake Console/AUTO/screen %n"
  14.  
  15. VMake now sets the REXX return code in interactive mode (REXXI ON).
  16.  
  17. If Vmake presents a requester with no options, indicating that a command has 
  18. failed, the error code will be set to the index of the TEXT string in the 
  19. requester.  If the requester presents choices, the error code will be set as
  20. above if the user selects the 'CANCEL' option.  If the user select 'OK' or
  21. the middle button, both of which allow the command to continue, then the REXX
  22. return code will be set to 0 to indiate success.  In addition, if the VMake
  23. command puts up a file requester and the user cancels rather than selecting a
  24. file, the return code will be set to a non zero value.
  25.  
  26. The SET command has been tidied up.  
  27.  
  28. If no symbol name is given in the command, VMake now puts up a requester.  
  29. Also, VMake now deals correctly with symbols whose name starts with an 
  30. underscore (eg _systemsymbol).  Any symbol whose name starts with an 
  31. underscore is not saved with the project file, and  its value is preserved 
  32. when changing between projects.  With version 3.1, Vmake no longer issues 
  33. the requester "File has been changed, save?"  as a result of updating such a 
  34. system symbol.  The requester does appear if a symbol that will be saved with 
  35. the project has been set or altered.
  36.  
  37.